MeasureVerticalAlignment Enumeration
Represents the vertical alignment of a measure text relative to its measure line.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum MeasureVerticalAlignment
Public Enumeration MeasureVerticalAlignment
| Automatic | 0 |
Vertical alignment of a measure text relative to its measure line is chosen by the consumer.
|
| Above | 1 |
Vertical alignment of a measure text should be above relative to its measure line.
|
| Below | 2 |
Vertical alignment of a measure text should be below relative to its measure line.
|
| Center | 3 |
Vertical alignment of a measure text should be centered relative to its measure line.
|
| None | 4 |
None.
|